home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1391 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: F180-042.net.wisc.edu!rmhanson
  2. From: rmhanson@students.wisc.edu (ryan m hanson)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Need Help compiling Microsoft C with Borland C
  5. Date: Sat, 13 Jan 1996 15:53:19 GMT
  6. Organization: University of Wisconsin - Madison
  7. Message-ID: <rmhanson.78.30F7D56F@students.wisc.edu>
  8. References: <4d8aph$9it@dub-news-svc-5.compuserve.com>
  9. NNTP-Posting-Host: f180-042.net.wisc.edu
  10.  
  11. In article <4d8aph$9it@dub-news-svc-5.compuserve.com> "Thomas J. Hruska" <71524.2020@compuserve.com> writes:
  12. >From: "Thomas J. Hruska" <71524.2020@compuserve.com>
  13. >Subject: Need Help compiling Microsoft C with Borland C
  14. >Date: 13 Jan 1996 13:06:57 GMT
  15.  
  16. >Does anyone know how in the world to compile Microsoft C code using a 
  17. >Borland C/C++ compiler?!?!?  I couldn't make heads or tails of what the 
  18. >stupid manual said.  I am a dummy when it comes to any other language 
  19. >besides the one I grew up with...QuickBasic.  I happen to be a new 
  20. >programmer and found this cool book called "Teach Yourself Game 
  21. >Programming in 21 Days."  The entire book is in Microsoft C and I have 
  22. >spent months trying to figure out how to get it to compile...I'm about to 
  23. >give up!
  24.  
  25.  
  26. I'm very new to this language also....and I'm using a similiar book right 
  27. now, called Teach yourself advanced C in 21 days by SAMS Pub. Anyways in here
  28. it gives two versions of code....borland and microsft. Its says the biggest
  29. differ. are in the structs and function nameing. more specific...in 
  30. micro _int86() is used...in borland int86(). As far as struct and union
  31. setup....you'll have to read those sections in you compiler book.
  32. Just replace the nameing differences....
  33.  
  34. go ahead and flame this post :) if its wrong....just reciting out of a book..
  35. no actual experience.
  36.  
  37. I'd also like to know the exact answer as I've been at C for a whole couple
  38. of weeks now :). Info is power!
  39.  
  40. Ryan
  41.